.loginbox{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    padding: 40px;
    /*background: rgba(0,0,0,.8);*/
    box-sizing: border-box;
    /*box-shadow: 0 15px 25px rgba(0,0,0,.5);*/
    border-radius: 10px;

}
.loginbox h2{
    margin: 0 0 30px;
    padding: 0;
    /*color: #fff;*/
    text-align: center;
}
.loginbox .inputBox{
    position: relative;
}
.loginbox .inputBox input{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    /*color: #fff;*/
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;

}
.loginbox .inputBox label{
    position: absolute;
    top:0;
    left: 10px;
    padding: 10px 0;
    font-size: 16px;
    color: #03a9f4;
    pointer-events: none;
    transition: .5s;
}
.loginbox .inputBox input:focus ~ label,
.loginbox .inputBox input:valid ~label{
    top:-35px;
    left: 0;
    color: #03a9f4;
    font-size: 12px;
}
.loginbox input[type='submit']{
    background: transparent;
    border: none;
    outline: none;
    color: #03a9f4;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    top: 50%;
    left: 50%;

}

.loginbox .btnBox{
    text-align: center;
}

.loginbox .btn_css{
    background: transparent;
    /*border: none;*/
    outline: none;
    color: #03a9f4;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    top: 50%;
    left: 50%;
}

table{
	border-collapse:collapse; 
	border-spacing:0px;  	    
   }

.searchTable {
    /*设置相邻单元格的边框间的距离*/
    border-spacing: 0;
    /*表格设置合并边框模型*/
    border-collapse: collapse;
    text-align: center;
    border-color: #f0f0f0;
}
/*关键设置 tbody出现滚动条*/
.searchTable tbody {
    display: block;
    /*height: 80px;*/
    /*overflow-y: scroll;*/
}
.searchTable thead th{
    background: #2599ff;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #dee2e6;
    vertical-align: middle !important;
    text-align: center;
    padding: 10px;
    letter-spacing: 3px;
}

.searchTable thead,
.searchTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
	min-height: 40px;
}

table {
	background-color: transparent;
  }
  caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
  }
  th {
	text-align: left;
  }
  .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
	border-top: 0;
  }
  .table > tbody + tbody {
	border-top: 2px solid #ddd;
  }
  .table .table {
	background-color: #fff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
	padding: 5px;
  }
  .table-bordered {
	border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
  }
  table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
  }
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
	background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
  }
  .table > thead > tr > td.info,
  .table > tbody > tr > td.info,
  .table > tfoot > tr > td.info,
  .table > thead > tr > th.info,
  .table > tbody > tr > th.info,
  .table > tfoot > tr > th.info,
  .table > thead > tr.info > td,
  .table > tbody > tr.info > td,
  .table > tfoot > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr.info > th,
  .table > tfoot > tr.info > th {
	background-color: #d9edf7;
  }
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
  }
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
  }
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
	background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
  }
  .table-responsive {
	min-height: .01%;
	overflow-x: auto;
  }
  @media screen and (max-width: 767px) {
	.table-responsive {
	  width: 100%;
	  margin-bottom: 15px;
	  overflow-y: hidden;
	  -ms-overflow-style: -ms-autohiding-scrollbar;
	  border: 1px solid #ddd;
	}
	.table-responsive > .table {
	  margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
	  white-space: nowrap;
	}
	.table-responsive > .table-bordered {
	  border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	  border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	  border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	  border-bottom: 0;
	}
  }

 .airport-detail:hover {
    text-decoration: none;
    color: #007bff;
}
.airport-detail {
	cursor: pointer;
}
 .searchTd {
    cursor: pointer;
}
 .searchTd:hover {
    text-decoration: none;
    color: #007bff;
}
 .port-detail {
    cursor: pointer;
}
 .port-detail:hover {
    text-decoration: none;
    color: #007bff;
}


.fg_bottom_info{
	clear: both;
    margin: 0px auto;
  
    margin-top: 150px;
    padding-bottom: 200px;
}

.fg_bottom_info_tracing{
	max-height: 500px;
    height: auto;
    overflow: auto;
}


.fg_bottom_info table{
	border-right:1px solid #ccc;border-bottom:1px solid #ccc;
}

.fg_bottom_info table tr td{
	text-align:center;
	border-left:1px solid #ccc;border-top:1px solid #ccc;
}

.fg_hb_info{
	float: left;
    width: 130px;
}


.hb_icon{
	background: url(../images/plain.png) no-repeat 41px 0px;
    height: 50px;
    width: 130px;
    display: block;
    float: left;
}

.hb_info{
	width: 130px;
    height: 20px;
    float: left;
    font-size: 12px;
    text-align:center;
}


ul.header-introduce li{display:inline-block;}

.policy li p{padding-left:30px;}





    #mohe-kuaidi_new .mh-wrap {
        margin: 6px 0;
    }

#mohe-kuaidi_new .mh-wrap a {
    text-decoration: none;
}

#mohe-kuaidi_new .mh-wrap a:hover {
    text-decoration: underline;
}

#mohe-kuaidi_new .mh-form-wrap {
    padding: 5px 15px;
}

#mohe-kuaidi_new .mh-form-wrap p {
    margin: 10px 0;
}

#mohe-kuaidi_new .mh-form-wrap p label {
    margin-right: 10px;
    vertical-align: middle;
    padding: 6px 0;
}

#mohe-kuaidi_new .mh-form-wrap p input, #mohe-kuaidi_new .mh-form-wrap p select {
    width: 186px;
    line-height: normal;
    border: 1px solid #ccc;
    padding: 6px;
    box-sizing: border-box;
    margin: 0;
}

#mohe-kuaidi_new .mh-form-wrap p button {
    width: 80px;
    height: 28px;
    border: 1px solid #ccc;
    margin-left: 10px;
    text-align: center;
    color: #333;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    cursor: pointer;
    background: #f7f7f7;
    background: -moz-linear-gradient(top,#f7f7f7,#ececec);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#f7f7f7),color-stop(#ececec));
    background: -ms-linear-gradient(top,#f7f7f7,#ececec);
    background: linear-gradient(to bottom,#f7f7f7,#ececec);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ececec',GradientType=0);
}

#mohe-kuaidi_new .mh-form-wrap p button:hover {
    background: -moz-linear-gradient(top,#ececec,#f7f7f7);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#ececec),color-stop(#f7f7f7));
    background: -ms-linear-gradient(top,#ececec,#f7f7f7);
    background: linear-gradient(to bottom,#ececec,#f7f7f7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec',endColorstr='#f7f7f7',GradientType=0);
}

#mohe-kuaidi_new .mh-form-wrap p button:active {
    background: -moz-linear-gradient(top,#f3f3f3,#fff);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#f3f3f3),color-stop(#fff));
    background: -ms-linear-gradient(top,#f3f3f3,#fff);
    background: linear-gradient(to bottom,#f3f3f3,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#ffffff',GradientType=0);
}

#mohe-kuaidi_new .mh-form-wrap form.mh-loading p button {
    position: relative;
    color: transparent;
    pointer-events: none;
}

#mohe-kuaidi_new .mh-form-wrap form.mh-loading p button::after {
    background: url(http://p1.qhimg.com/d/inn/1b1cc057/loading_s.gif) no-repeat center;
    content: '';
    display: inline-block;
    width: 4em;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2em;
    margin-top: -10px;
}

#mohe-kuaidi_new .mh-form-wrap .mh-error {
    display: none;
    color: #c00;
}

#mohe-kuaidi_new .mh-form-wrap .mh-error label {
    visibility: hidden;
}

#mohe-kuaidi_new .mh-list-wrap {
    max-height: 0;
    _height: 0;
    --overflow: hidden;
}

#mohe-kuaidi_new .mh-list-wrap.mh-unfold {
    max-height: 281px;
    _height: 281px;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list {
    border-top: 1px solid #eee;
    margin: 0 100px;
    padding: 15px 0;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list ul {
    max-height: 255px;
    _height: 255px;
    padding-left: 75px;
    padding-right: 20px;
    --overflow: auto;
    height: 626px;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #666;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li.first {
    color: #3eaf0e;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li p {
    line-height: 20px;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li .before {
    position: absolute;
    left: -13px;
    top: 1.2em;
    height: 80%;
    width: 0;
    border-left: 2px solid #ddd;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li .after {
    position: absolute;
    left: -16px;
    top: 0.4em;
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 6px;
}

#mohe-kuaidi_new .mh-list-wrap .mh-list li.first .after {
    background: #3eaf0e;
}

#mohe-kuaidi_new .mh-kd-wrap {
    position: relative;
    border-top: 1px solid #eee;
    padding: 15px;
    padding-bottom: 25px;
    background: #fafafa;
}

#mohe-kuaidi_new .mh-kd-wrap li {
    display: none;
}

#mohe-kuaidi_new .mh-kd-wrap li.mh-selected {
    display: block;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-img-wrap {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-img-wrap img {
    width: 50px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap {
    font-size: 13px;
    margin-left: 60px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap p {
    margin-bottom: 8px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-name {
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-link a {
    text-decoration: none;
    margin-right: 10px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    color: #333;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-link a:hover {
    background: white;
}

#mohe-kuaidi_new .mh-kd-wrap .mh-info-wrap .mh-info-link a:active {
    background: -moz-linear-gradient(top,#f3f3f3,#fff);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#f3f3f3),color-stop(#fff));
    background: -ms-linear-gradient(top,#f3f3f3,#fff);
    background: linear-gradient(to bottom,#f3f3f3,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#ffffff',GradientType=0);
}

#mohe-kuaidi_new .mh-slogan {
    position: absolute;
    right: 20px;
    bottom: 0;
    cursor: pointer;
}

#mohe-kuaidi_new .mh-slogan-hover {
    color: #3eaf0e;
}

#mohe-kuaidi_new .mh-slogan span {
    vertical-align: middle;
}

#mohe-kuaidi_new .mh-qrcode-wrap {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 96px;
    margin-right: -110px;
    border: 1px solid #d6d6d6;
    color: #999;
    padding: 6px;
    box-shadow: 0 1px 1px #efefef;
}

#mohe-kuaidi_new .mh-icon {
    background: url(http://p9.qhimg.com/d/inn/f2e20611/kuaidi_new.png) no-repeat 0 0;
}

#mohe-kuaidi_new .mh-icon-qr {
    background-position: 0 -17px;
    display: inline-block;
    *zoom: 1;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-left: 10px;
}

#mohe-kuaidi_new .mh-slogan-hover .mh-icon-qr {
    background-position: 0 0;
}

#mohe-kuaidi_new .mh-icon-t {
    position: absolute;
    left: -9px;
    bottom: 14px;
    width: 10px;
    height: 16px;
    background-position: 0 -34px;
    background-color: white;
}

#mohe-kuaidi_new .mh-icon-new {
    position: absolute;
    left: -20px;
    top: 0.6em;
    width: 41px;
    height: 18px;
    margin-left: -41px;
    margin-top: -9px;
    background-position: 0 -58px;
}

#mohe-kuaidi_new .mh-wrap .mb-search {
    text-decoration: underline;
    margin-left: 20px;
}

#mohe-kuaidi_new .mh-wrap .mb-search .mh-new {
    display: inline-block;
    width: 21px;
    height: 9px;
    margin: -1px 0 0 3px;
    background: url(http://p0.qhimg.com/t01a3bd62f6db66463c.png) no-repeat;
}

#mohe-kuaidi_new .mh-identcode {
    border-top: 1px solid #f5f5f5;
    padding: 10px 15px;
    display: none;
}

#mohe-kuaidi_new .mh-identcode .mh-img-wrap {
    float: left;
    width: 54px;
    height: 54px;
    padding: 6px;
    border: 1px solid #ccc;
    overflow: hidden;
}

#mohe-kuaidi_new .mh-identcode .mh-img-wrap img {
    width: 54px;
}

#mohe-kuaidi_new .mh-identcode .mh-img-tip {
    margin-left: 78px;
}

#mohe-kuaidi_new .mh-identcode .mh-tip-txt {
    font-size: 13px;
    line-height: 38px;
    color: #666;
}

#mohe-kuaidi_new .mh-identcode .mh-btn-install {
    text-decoration: none;
    margin-right: 10px;
    padding: 2px 10px;
    border: 1px solid #ccc;
    color: #333;
}

#mohe-kuaidi_new .mh-identcode .mh-btn-install:hover {
    text-decoration: none;
}

.gjcx-2 #queryButton {
    height: 73px;
    width: 353px;
    border: none;
    display: block;
    float: left;
}


.tracing-icons{display:inline-block;height:18px;width:16px;}

.time-icons{background: url("../../cn/img/time-icons.png") no-repeat 0px 3px;}

.detail-icons{background: url("../../cn/img/detail-icons.png") no-repeat 0px 3px;}

.location-icons{background: url("../../cn/img/location-icons.png") no-repeat 0px 3px;}


  /* .my-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
} */
/*关键设置：滚动条默认宽度是16px 将thead的宽度减16px*/
/*.searchTable thead {*/
/*    width: calc( 100% - 1em)*/
/*}*/


